projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b73beb
)
nat46: add map-t meta-package
author
Steven Barth
<
[email protected]
>
Tue, 2 Sep 2014 11:56:54 +0000
(13:56 +0200)
committer
Steven Barth
<
[email protected]
>
Tue, 2 Sep 2014 11:56:54 +0000
(13:56 +0200)
Signed-off-by: Steven Barth <
[email protected]
>
nat46/Makefile
patch
|
blob
|
history
diff --git
a/nat46/Makefile
b/nat46/Makefile
index d1dfcd946b8c552b1818654535e8a66bea320c78..6f5a7e372a7cdeff010f43c48f8c404f09dd8ea2 100644
(file)
--- a/
nat46/Makefile
+++ b/
nat46/Makefile
@@
-21,6
+21,13
@@
PKG_MAINTAINER:=Steven Barth <
[email protected]
>
include $(INCLUDE_DIR)/package.mk
+define Package/map-t
+ SECTION:=net
+ CATEGORY:=Network
+ DEPENDS:=+map +kmod-nat46
+ TITLE:=MAP-T configuration support
+endef
+
define KernelPackage/nat46
DEPENDS:=+kmod-ipv6
TITLE:=Stateless NAT46 translation kernel module
@@
-38,4
+45,9
@@
define Build/Compile
modules
endef
+define Package/map-t/install
+ true
+endef
+
$(eval $(call KernelPackage,nat46))
+$(eval $(call BuildPackage,map-t))